home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_93 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  187 b   |  10 lines

  1. on(release){
  2.    set("/:score",eval("/:score") + "5");
  3.    tellTarget("/drivers/car" add eval("/:i") add "/sounds")
  4.    {
  5.       gotoAndStop("blue");
  6.       play();
  7.    }
  8.    play();
  9. }
  10.